inaccurate error for a misformatted app name
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
inaccurate error for a misformatted app name
snapcraft version: 7.2.7
Following snapcraft.yaml has a wrong name of the last app. Reported error somehow insist on wrong name of the first app.
name: test
version: '0.1'
summary: test
description: |
Test
base: core20
grade: stable
confinement: devmode
apps:
aaa-aaa:
command: usr/bin/aaa
bbb-bbb:
command: usr/bin/bbb
ccc_ccc:
command: usr/bin/ccc
daemon: simple
parts:
prebuilt:
plugin: dump
source: .
organize:
'*' : usr/
Evaluation history
No evaluation history available.